home *** CD-ROM | disk | FTP | other *** search
- // File: Readme.txt
- // Description: Sample of using TEConnection object
- // from java application.
- // Created: February 9, 2001
- // Copyright (c) 2000 GlobalSCAPE, Inc.
- // The copyright to the computer program(s) herein
- // is the property of GlobalSCAPE, Inc.
- // The program(s) may be used and/or copied only with
- // the written permission of GlobalSCAPE, Inc.
- // or in accordance with the terms and conditions
- // stipulated in the agreement/contract under which
- // the program(s) have been supplied.
- //
-
-
- This is a sample java application that uses the CuteFTP Pro Transfer Engine.
-
- The bin folder contains executables that were created using the sources provided here.
- Make sure you run ftpte.exe before running TEConnection.exe.
-
- The following files were generated using JActiveX utility provided with Visual J++.
- (To learn more about JActiveX please refer to:
- http://www.microsoft.com/Java/resource/java_com2.htm#java_com2_9)
- 1) TEConnection.java
- 2) ITEConnection.java
-
- Other files:
- 1) TEConnectionSample.java is the main form code file and contains the code for driving the application.
-
-
-
-